home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 5 / Gold Medal Software - Volume 5 (Gold Medal) (1995).iso / database / cardx135.arj / FIELDS.DOC < prev    next >
Text File  |  1993-11-04  |  3KB  |  58 lines

  1. ------------------------------------------------------------------------------
  2. Field layout of a Cardx database record:
  3. ------------------------------------------------------------------------------
  4. Field  #1 -  33 AS lname$   - Last name
  5. Field  #2 -  20 AS fsname$  - First name
  6. Field  #3 -  54 AS addres$  - P. O. Box
  7. Field  #4 -  54 AS street$  - Street address
  8. Field  #5 -  28 AS town$    - City
  9. Field  #6 -   4 AS state$   - State
  10. Field  #7 -   5 AS zip$     - Zip code
  11. Field  #8 -   4 AS ezip$    - Extended zip code
  12. Field  #9 -   3 AS acode$   - Phone #1 area code
  13. Field #10 -   3 AS apphone$ - Phone #1 exchange number
  14. Field #11 -   4 AS aphone$  - Phone #1 number
  15. Field #12 -   3 AS bcode$   - Phone #2 area code
  16. Field #13 -   3 AS bpphone$ - Phone #2 exchange number
  17. Field #14 -   4 AS bphone$  - Phone #2 number
  18. Field #15 -  24 AS cphone$  - Phone #3 number
  19. Field #16 -   6 AS birth$   - Birth date
  20. Field #17 - 486 AS adinfo$  - Added Information
  21. Field #18 -   1 AS blank$   - " "
  22. Field #19 -   1 AS deleted$ - "1" = deleted,     "0" = not deleted
  23. Field #20 -   1 AS apoint$  - "1" = appointment, "0" = no appointment
  24. Field #21 -   1 AS mark$    - '1" = marked,      "0" = not marked
  25. Field #22 -   2 AS crlf$    - ASCII codes 13 and 10, return and line feed
  26.           ------
  27. Total       744  bytes per record
  28.  
  29. ------------------------------------------------------------------------------
  30. Layout of Cardx.cfg configuration file.
  31. ------------------------------------------------------------------------------
  32. port$       = Modem port number
  33. initmodm$   = Modem initiation string
  34. initstring$ = Modem dial string
  35. hangup$     = Modem hang-up string
  36. exitcode$   = Plant exit code
  37. dial1$      = "Y", dial one for long distance
  38. onearea$    = "Y", dial one only if outside of local area code.
  39. exchange$   = Local tollfree exchange numbers, space for nineteen, "XXX "
  40. areacode$   = Local area code
  41. default$    = Default datafile filename
  42. birthday$   = "Y", to use birthday field
  43. custname$   = Default Custom Print Program.
  44. prntupper$  = "Y", print name in upper case
  45. phonelog$   = "Y", to keep a phonelog
  46. twonames$   = "N", combine last and first name fields
  47. lptport$    = LPT1, LPT2 or LPT3 printer port
  48. colors$     = Screen colors
  49. colormon$   = "Y", if color monitor
  50. canada$     = "Y", for four character state code
  51. dialtime$   = Number of seconds to dial.
  52. beforelog$  = "Y", to hang-up before phonelog prompt on dial.
  53. RETURN1     = Return Address line number 1.
  54. RETURN2     = Return Address line number 2.
  55. RETURN3     = Return Address line number 3.
  56. RETURN4     = Return Address line number 4.
  57. version$    = Cardx version number
  58.